-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GitHub workflows. #48
base: main
Are you sure you want to change the base?
Conversation
be93f03
to
47dccb6
Compare
I've adapted a couple recommended workflows from https://github.com/block/example-jvm-maven (`scorecard.yaml` and `security.yaml`) and renamed `push_gem.yaml` to `release.yaml`.
47dccb6
to
b317b54
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
uses: block/ospo/.github/workflows/scorecard.yml@main | ||
secrets: inherit | ||
permissions: | ||
security-events: write |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
@@ -0,0 +1,23 @@ | |||
name: Security and License Scans |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
I've adapted a couple recommended workflows from https://github.com/block/example-jvm-maven (
scorecard.yaml
andsecurity.yaml
) and renamedpush_gem.yaml
torelease.yaml
.